home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 207 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  675 b 

  1. Date: Mon, 5 Apr 93 14:25:05 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9304052125.AA02084@netcom.netcom.com>
  4. To: mint@atari.archive.umich.edu, srb114@GOEDEL.UNI-MUENSTER.DE
  5. Subject: Re:  exec in mint.cnf
  6.  
  7. >I tried to use the exec command to start a program that waits for GEM. I
  8. >discovered that "exec" starts a program with Pexec-mode "0". Wouldn't it be
  9. >good thing to have a command that starts programs with Pexec-mode "100"??
  10.  
  11. Just do "exec c:\mint\bin\bg.ttp your-program". (replace c:\mint\bin\bg.ttp
  12. with the correct path to the "bg" utility).
  13.  
  14. Or, your program can itself use tfork() or Pexec mode 106 to start a
  15. background thread, and then exit.
  16.  
  17.